home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000383_fdc@columbia.edu_Sun Mar 16 17:48:14 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  51 lines

  1. Article: 14182 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: C-Kermit 8.0.209
  6. Date: 16 Mar 2003 17:38:49 -0500
  7. Organization: Columbia University
  8. Lines: 35
  9. Message-ID: <b52udp$ic0$1@watsol.cc.columbia.edu>
  10. NNTP-Posting-Host: watsol.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1047854331 17932 128.59.39.139 (16 Mar 2003 22:38:51 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 16 Mar 2003 22:38:51 GMT
  14. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14182
  15.  
  16.  
  17. It never fails that the killer bug is discovered right after the new
  18. release.  C-Kermit 8.0.208 is no exception.  A few days after it was
  19. announced, Jason Heskett reported that MINPUT failed to strip enclosing
  20. quotes or braces from around its targets.  This happened in a
  21. rearrangement of the code that fixed some other problems with MINPUT
  22. (it had never worked with \fpattern()).  The quote/brace-stripping
  23. problem not only breaks existing scripts that use this syntax, but
  24. also makes it impossible to have MINPUT targets that contain spaces.
  25.  
  26. Actually, it was worse than that.  MINPUT targets also could not include
  27. certain control characters (notably carriage return and line feed).
  28.  
  29. These problems, along with a few smaller ones, are fixed in 8.0.209,
  30. which is here for now:
  31.  
  32.   http://www.columbia.edu/kermit/ckdaily.html
  33.  
  34. (source only, no new binaries.)  I'll let it sit for a few more days
  35. and, barring any new killer bug reports, I'll release it.  In the
  36. meantime, if anybody wants to send in finished, working, and tested
  37. makefile targets for secure builds that we don't have yet (e.g. for
  38. various releases of FreeBSD, HP-UX, AIX, etc), I'll be glad to add them
  39. to the makefile.
  40.  
  41. Meanwhile, I did some work on the Alphanumeric pager script, mainly
  42. sorting out syntax quirks that made it not terribly transportable among
  43. different C-Kermit/K-95 releases.  The new version is here:
  44.  
  45.   ftp://kermit.columbia.edu/kermit/scripts/c-kermit/alphapage
  46.  
  47. It works in C-Kermit 8.0.201, 206, and 209 (but not 208 because of the
  48. MINPUT bugs) and has better parameterization and feedback.
  49.  
  50. - Frank
  51.